home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Hyper / B / Bird Stack / background_14040.txt < prev    next >
Encoding:
Text File  |  1988-07-11  |  2.0 KB  |  93 lines

  1. -- background: 14040 from stack: in
  2. -- bmap block id: 14174
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=9 top=277 right=313 bottom=315
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 2
  16. -- text size: 14
  17. -- style flags: 256
  18. -- line height: 18
  19. -- part name: Bird Name
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 4007
  25. -- rect: left=319 top=5 right=313 bottom=508
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: Description
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=136 top=314 right=342 bottom=173
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect scroll right
  51.   set scroll of background field "Description" to 0
  52.   go to previous card
  53. end mouseUp
  54.  
  55.  
  56. -- part 4 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=339 top=314 right=342 bottom=375
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 1013 / 1013
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Next
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   visual effect scroll left
  71.   set scroll of background field "Description" to 0
  72.   go to next card
  73. end mouseUp
  74.  
  75.  
  76. -- part 5 (button)
  77. -- low flags: 00
  78. -- high flags: 0004
  79. -- rect: left=412 top=312 right=342 bottom=444
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 20186 / 20186
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: 
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   sort by last word of last line of field "Bird Name"
  91. end mouseUp
  92.  
  93.